home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / system / c / und64_386.readme < prev    next >
Text File  |  1996-09-08  |  2KB  |  49 lines

  1. Short:    THE d64/t64/x64/p00 archive fileprocessor
  2. Author:   Jess Sosnoski (at the below address!!!)
  3. Uploader: starblaz@postoffice.ptd.net
  4. Type:     misc/emu
  5.  
  6. This program is designed to extract, list or test files from .d64 disk
  7. images, .t64 tapeimages, and .p00 program images from PeeCee C64 emulators.
  8.  
  9. REQUIREMENTS
  10. ------------
  11. An Amiga with Kickstart 1.1+ (I don't have 1.0 so I can't test it on that)
  12. about 180K free ram, .d64's, .t64's, and/or .p00 files and a
  13. storage device that will hold them--and possibly the output files.
  14.  
  15. CHANGES:
  16. --------
  17. 38.0:
  18. Totally rewrote I/O routines for even more speed.  Fixed LOTS of bugs,
  19. added ability to not convert filenames.  Oh, yea, added .t64 and .p00
  20. file support, and AmigaGuide docs.
  21.  
  22. 38.1:
  23. Fixed a bug in the command parsing which required one to select another
  24. option in order to use the no filename conversion option.
  25.  
  26. 38.2:
  27. Added optional output path (gee, could be useful).
  28. Now checks dirs for circular links.
  29. Also, now reports illegal track & sector errors (in files or dirs).
  30.  
  31. 38.3:
  32. Fixed a few bugs that were causing the program to permanently eat memory.
  33. Optimized a couple of odds 'n ends too.
  34. Smaller code size than 38.2!
  35.  
  36. 38.4
  37. Finally (totally) fixed the bug in the filesize function, now it will
  38. always free the fileinfoblock when it should.  Removed some redundant
  39. code, eeeeeaaaaand... got smaller code than 38.2 and 38.3
  40. (not much of an update, but definately a bugfix)
  41.  
  42. 38.5
  43. Fixed (hopefully) a bug causing mungwall hits and crashes if a filename
  44. for an archive was longer than 40 characters.  I set the length
  45. of a filename to 255 characters to fix this.
  46. Hmmm...a hair more optimization shrunk the program another 4 bytes.
  47.  
  48. 38.6
  49. Added .x64 support, and possibility to extract .d64 IMG files.